Enum PortType

java.lang.Object
java.lang.Enum<PortType>
com.cisco.pt.ipc.enums.PortType
All Implemented Interfaces:
Serializable, Comparable<PortType>, Constable

public enum PortType extends Enum<PortType>
An enum for the IPC's PortType values
Author:
packettracerexapps@external.cisco.com
  • Enum Constant Details

    • CONSOLE

      public static final PortType CONSOLE
    • AUX

      public static final PortType AUX
    • COPPER_ETHERNET

      public static final PortType COPPER_ETHERNET
    • COPPER_FAST_ETHERNET

      public static final PortType COPPER_FAST_ETHERNET
    • COPPER_GIGABIT_ETHERNET

      public static final PortType COPPER_GIGABIT_ETHERNET
    • FIBER_FAST_ETHERNET

      public static final PortType FIBER_FAST_ETHERNET
    • FIBER_GIGABIT_ETHERNET

      public static final PortType FIBER_GIGABIT_ETHERNET
    • SERIAL

      public static final PortType SERIAL
    • SMART_SERIAL

      public static final PortType SMART_SERIAL
    • ACCESS_POINT_WIRELESS_G

      public static final PortType ACCESS_POINT_WIRELESS_G
    • ACCESS_POINT_WIRELESS_N

      public static final PortType ACCESS_POINT_WIRELESS_N
    • ACCESS_POINT_WIRELESS_A

      public static final PortType ACCESS_POINT_WIRELESS_A
    • HOST_WIRELESS_G

      public static final PortType HOST_WIRELESS_G
    • HOST_WIRELESS_N

      public static final PortType HOST_WIRELESS_N
    • SUB_INTERFACE

      public static final PortType SUB_INTERFACE
    • LOOPBACK

      public static final PortType LOOPBACK
    • PORT_CHANNEL

      public static final PortType PORT_CHANNEL
    • VLAN

      public static final PortType VLAN
    • MODEM

      public static final PortType MODEM
    • RS232

      public static final PortType RS232
    • FRSUB_INTERFACE

      public static final PortType FRSUB_INTERFACE
    • COPPER_COAXIAL

      public static final PortType COPPER_COAXIAL
    • COAXIAL7

      public static final PortType COAXIAL7
    • HOST_WIRELESS_A

      public static final PortType HOST_WIRELESS_A
    • TUNNEL

      public static final PortType TUNNEL
    • VIRTUAL_TEMPLATE

      public static final PortType VIRTUAL_TEMPLATE
    • DIALER

      public static final PortType DIALER
    • PT_CO_AXIAL_SPLITTER_MODULE

      public static final PortType PT_CO_AXIAL_SPLITTER_MODULE
    • VIRTUAL_ACCESS

      public static final PortType VIRTUAL_ACCESS
    • TERMINAL

      public static final PortType TERMINAL
    • ASYNC

      public static final PortType ASYNC
    • NULL

      public static final PortType NULL
    • WLAN_GIGABIT_ETHERNET

      public static final PortType WLAN_GIGABIT_ETHERNET
    • WLAN_CONSOLE

      public static final PortType WLAN_CONSOLE
    • BVI

      public static final PortType BVI
    • ACCESS_POINT3G

      public static final PortType ACCESS_POINT3G
    • HOST3G

      public static final PortType HOST3G
    • USB_PORT

      public static final PortType USB_PORT
    • GENERIC_IO_E

      public static final PortType GENERIC_IO_E
    • CUSTOM_IO

      public static final PortType CUSTOM_IO
    • VIRTUAL_PORT_GROUP

      public static final PortType VIRTUAL_PORT_GROUP
    • PO_E

      public static final PortType PO_E
    • TTY

      public static final PortType TTY
    • USB_CONSOLE

      public static final PortType USB_CONSOLE
    • ACCESS_POINT_WIRELESS_AC

      public static final PortType ACCESS_POINT_WIRELESS_AC
    • HOST_WIRELESS_AC

      public static final PortType HOST_WIRELESS_AC
    • BLUETOOTH

      public static final PortType BLUETOOTH
    • WLC_INTERFACE

      public static final PortType WLC_INTERFACE
    • BACKBONE_HOST3G

      public static final PortType BACKBONE_HOST3G
    • BACKBONE_AP3G

      public static final PortType BACKBONE_AP3G
    • PUNCH_DOWN

      public static final PortType PUNCH_DOWN
    • COPPER_GIGABIT_MANAGEMENT

      public static final PortType COPPER_GIGABIT_MANAGEMENT
  • Field Details

    • intValue

      protected int intValue
  • Method Details

    • values

      public static PortType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static PortType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getIntValue

      public int getIntValue()
    • fromIntValue

      public static PortType fromIntValue(int value)
    • fromIntValue

      public static PortType fromIntValue(Integer value)